home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / CVS / source / amiga / include / sys / commifmt.h next >
Encoding:
C/C++ Source or Header  |  2001-02-03  |  587 b   |  25 lines

  1. #ifndef _WRAPPER_SYS_COMMIFMT_H
  2. #define _WRAPPER_SYS_COMMIFMT_H 1
  3.  
  4. /*
  5.  * $Id: commifmt.h 1.1 1999/02/06 14:23:29 olsen Exp olsen $
  6.  *
  7.  * :ts=4
  8.  *
  9.  * AmigaOS wrapper routines for GNU CVS, using the AmiTCP V3 API
  10.  * and the SAS/C V6.58 compiler.
  11.  *
  12.  * Written by Olaf `Olsen' Barthel <olsen@sourcery.han.de>
  13.  */
  14.  
  15. /****************************************************************************/
  16.  
  17. #define    S_ISLNK(m)    0
  18. #define    S_ISFIFO(m)    0
  19.  
  20. #include "include:sys/commifmt.h"
  21.  
  22. /****************************************************************************/
  23.  
  24. #endif /* _WRAPPER_SYS_COMMIFMT_H */
  25.